home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000237_news@columbia.edu_Sun Oct 29 02:49:19 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA17919
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 29 Oct 1995 22:56:48 -0500
  3. Received: by apakabar.cc.columbia.edu id AA01223
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 29 Oct 1995 22:56:47 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!chi-news.cic.net!uwm.edu!msunews!netnews.upenn.edu!cronkite.ocis.temple.edu!astro.ocis.temple.edu!feeley
  6. From: feeley@astro.ocis.temple.edu (Jeff Feeley)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Can kermit output key combos?
  9. Date: 29 Oct 1995 02:49:19 GMT
  10. Organization: Temple University, Academic Computer Services
  11. Lines: 19
  12. Message-Id: <46uq3f$ggm@cronkite.ocis.temple.edu>
  13. Nntp-Posting-Host: astro.ocis.temple.edu
  14. X-Newsreader: TIN [version 1.2 PL2]
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. Hello
  18. I have set kermit 3.14 up in such a way that students at our university will be
  19. able to press an "F" key and switch to a given language.  I have set up kermit
  20. to decode much more than the standard LATIN1, LATIN2, CYRILLIC, and HEBREW that
  21. comes as is.  For F10 I have kermit load "DANSI" which is a Korean "hangul"
  22. language interpreter TSR.  To activate or deactivate it one must press
  23. <ctrl>-<shift>-<space bar>.  I have implemented a slick ".ini" file that
  24. unloads any TSRs before loading another.  There is a bug however.  If DANSI is
  25. activated and I press another "F" key for another language, by unloading it
  26. while it is active, it messes the screen up and there seems to be no recovering
  27. from this once it happens.  What I would like to do is with all other "F" key
  28. kermit scripts, have kermit "type" <ctrl>-<shift>-<space bar> to first
  29. deactivate DANSI, and then proceed to unload any TSRs.  This would eliminate
  30. the screen mess.
  31.  
  32. --
  33. -Jeff
  34. feeley@astro.ocis.temple.edu
  35.